Skip to content

fix: comment typo 'mas' -> 'mask' in two TODOs - #3372

Merged
ptrendx merged 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:codequality/test-fused-attn-comment-typo-mas-mask-in-two-todos
Aug 19, 2026
Merged

fix: comment typo 'mas' -> 'mask' in two TODOs#3372
ptrendx merged 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:codequality/test-fused-attn-comment-typo-mas-mask-in-two-todos

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR fixes a comment typo in tests/jax/test_fused_attn.py where "mas" should be "mask" in two TODO lines.

Changes

  • tests/jax/test_fused_attn.py: correct bias, mas and to bias, mask and in two TODO comments.

Tests

  • No runtime behavior change; comment-only fix.

Contributor guidelines

@github-actions github-actions Bot added the community-contribution PRs from external contributor outside the core maintainers, representing community-driven work. label Aug 13, 2026
@greptile-apps

greptile-apps Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Corrects “mas” to “mask” in two TODO comments in the JAX fused-attention tests.

  • Clarifies the documented future context-parallel reordering requirements.
  • Does not change executable code or runtime behavior.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
tests/jax/test_fused_attn.py Corrects the same typo in two TODO comments without affecting test behavior.

Reviews (6): Last reviewed commit: "fix: comment typo 'mas' -> 'mask' in two..." | Re-trigger Greptile

cyanguwa
cyanguwa previously approved these changes Aug 13, 2026
@cyanguwa

Copy link
Copy Markdown
Collaborator

If the DCO is fixed, I can merge this one quickly without running CI, because it's only changes to the comments. Thanks.

ptrendx
ptrendx previously approved these changes Aug 13, 2026
@ptrendx

ptrendx commented Aug 18, 2026

Copy link
Copy Markdown
Member

In order to fix DCO you need to sign your commits. See https://github.com/NVIDIA/TransformerEngine/blob/main/CONTRIBUTING.rst#sign-your-work

Signed-off-by: andrewwhitecdw <andrewwhitecdw@users.noreply.github.com>
@andrewwhitecdw
andrewwhitecdw dismissed stale reviews from cyanguwa and ptrendx via 6aeb71e August 18, 2026 21:40
@andrewwhitecdw
andrewwhitecdw force-pushed the codequality/test-fused-attn-comment-typo-mas-mask-in-two-todos branch 2 times, most recently from 9323f26 to 6aeb71e Compare August 19, 2026 14:53
@andrewwhitecdw

Copy link
Copy Markdown
Contributor Author

@cyanguwa @ptrendx DCO is fixed — I removed the merge commits and the branch now contains a single signed-off commit. Thanks for the quick review.

@ptrendx
ptrendx merged commit d4ca825 into NVIDIA:main Aug 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution PRs from external contributor outside the core maintainers, representing community-driven work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants